Skip to main content

All Questions

2votes
2answers
223views

A trip down the single method interface rabbit hole

I responded to this question about designing around interdependant methods with the strategy pattern. Afterwards I started thinking about the functional additions to java 8 and wondered if I was ...
candied_orange's user avatar
1vote
1answer
197views

Finding an entry in a Hashmap

I've been playing around with functional programming for a while now and just started learning Clojure. So the problem I'm trying to solve is the following: I have a tree-like hashmap of tasks where ...
Murillo's user avatar

close